* sysdep.c (child_setup_tty): Remove duplicate settings for VQUIT
authorJim Blandy <jimb@redhat.com>
Sat, 12 Jun 1993 17:46:44 +0000 (17:46 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 12 Jun 1993 17:46:44 +0000 (17:46 +0000)
and VINTR.

src/sysdep.c

index 247b9b2314fa5b607c106813257f5d75a327998b..194ec0cea507326eeab132823881c4d52a67992d 100644 (file)
@@ -466,7 +466,6 @@ child_setup_tty (out)
   s.main.c_iflag &= ~IGNBRK;
   s.main.c_iflag &= ~BRKINT;
   /* QUIT and INTR work better as signals, so disable character forms */
-  s.main.c_cc[VQUIT] = 0377;
   s.main.c_cc[VINTR] = 0377;
 #ifdef SIGNALS_VIA_CHARACTERS
   /* the QUIT and INTR character are used in process_send_signal